home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2001 February / Internet Magazine February 2001.iso / mac / SOFTWARE / MAC / UTILITIES / NETFINDER / NETFINDER.HQX / NetFinder v2.2b5 / Beta Readme_History < prev    next >
Encoding:
Text File  |  2000-11-28  |  5.6 KB  |  72 lines

  1. Important
  2. Ñ This is a Beta of NetFinder, it is ongoing work and should not be used for everyday work unless you feel it is stable enough for your needs.
  3. Ñ The release version of NetFinder is currently v2.1.2 and can be found at <http://www.ozemail.com.au/~pli/netfinder/>
  4. Ñ This package is NOT to be distributed, only the release version above should be distributed on CD-ROM's etc.
  5.  
  6. This feature bumped version of NetFinder, like all previous versions, focuses on adding useful features that we think are useful in our own day to day lives. We hope it proves to be useful to you too.
  7. Please feel free to email us your requests. For if its a feature you find useful, it is likely that others including ourselves will find it useful too.
  8.  
  9. This is a beta, so please help us squash any problems in the program that may have appeared since the last release, by emailing us a bug report. We need your help... who know you may even get free registration. ;)
  10.  
  11. Beta History
  12.  
  13. v2.2b5 [27th November 2000]
  14. Note: This is a non-carbon build, download "NetFinder_X_v2.2b5" for a Carbonized version of NetFinder. The carbonized version is optimized for OSX, so it may run slower than the non-carbon build under pre-OSX.
  15. - updated to latest compiler. New versions of OpenSSLLib, ICILib etc are required for this build.
  16. - rewrote portions of low level networking code.
  17. - fixed a stupid bug in establishing a data connection code (in PORT mode) that would cause "cant establish data connection" to appear when operations performed too quickly.
  18. - fixed a server parser plugin bug that would cause it not to ID the server properly. It also caused the crash under OSX as soon as you connect to a "unknown" server.
  19. - various other fixes while testing the carbonized build under OSX.
  20.  
  21. v2.2b3 [8th November 2000]
  22. - added ability to close the ICI Console window. Use Command-w.
  23. - added clrscr() routine to ICI script to clear the contents of the ICI Console window.
  24. - added PageSpinner to the list of Editors supported in the Editor integration. PageSpinner is a _very_ cool HTML editor.
  25. - fixed the "no icons in menus" pref, which broke in 2.2b2.
  26. - fixed a few bugs in the MacBinary streamer causing it to not restore Finder flags properly.
  27. - fixed a bug in the MacBinary identification routine.
  28. - fixed a long standing memory "corruption" bug which could causes crashes at the end of getting an FTP listing.
  29. - fixed a small memory leak in the ICI scripting engine that could become a problem if lots of scripts are executed.
  30. - fixed a AppleEvent error bug.
  31. - fixed a Bookmark/password bug.
  32. - fixed a owner/group bug in the listing window and Get Info window. Introduced in v2.1.x when optimizing GUI.
  33. - fixed a number of other bugs when Carbonizing and porting NetFinder to OS X.
  34.  
  35.  
  36. v2.2b2 [4nd September 2000]
  37. - added refresh ability to the Shortcuts and Scripts menu.
  38. - added ability to drag folders/disks onto NF app icon to open the dropped folder/disk in FILE protocol window. Useful because we can use filtering on finder items. Saved my butt a few times. May need to rebuild Desktop.
  39. - added ability for users to define custom command key shortcuts for Scripts and Shortcuts items by simply renaming the items on disk.
  40.     Only available for MacOS 8.0 or higher.
  41.     eg  if "My HTML Pages URL\aocsP" is the filename of a Shortcut on disk.
  42.         Then the menu item will be shown as "My HTML Pages URL" with the command
  43.         key being APPLE + OPTION + CONTROL + SHIFT and the letter "P"
  44.  
  45.     where   \ = command/modifier key sequence begin tag
  46.             a = Apple Key Modifier
  47.             o = Option Key Modifier
  48.             c = Control Key Modifier
  49.             s = Shift Key Modifier
  50.             P = command key to use, in this case the letter 'P'.
  51.     NOTE: the order of modifiers is important.
  52. - added NFSetModifiersForCommand() routine to script engine to allow scripts to be written to alter or add command key shortcuts to the various menus in NetFinder. Sample script attached.
  53. - added a few network debugging commands to the script engine for tech support purposes.
  54. - fixed a bug when suppressing .bin or .hqx extensions, the file transfer would always upload as Binary.
  55. - fixed a crashing bug in NFAddressToString() call via ICI.
  56. - worked around an issue with Internet Config that would cause certain files to not be identified correctly, and thus be uploaded as MacBinary instead of Binary.
  57. - worked around keyboard events being processed by the ICI Console Window. ie You can now use command keys, and command-. does not kill the entire app.
  58.  
  59.  
  60. v2.2b1 [22nd August 2000]
  61. - added Mirroring by Modified Date!
  62. - added 'New Empty File' command to create a file on an FTP site... for even easier BBEdit integration.
  63. - added a Shortcut menu (the bookmark like icon after the scripts icon), along with CM to add shortcuts easily from a listing window.
  64. - added 'Organize Shortcuts' menu item to open a folder containing your shortcuts. You can add aliases to your bookmark lists too! You no longer have to put up with the bombardment of bookmark list windows at startup.
  65. - fixed up balloon help resources since the ID's were not updated when menu resources were last updated.
  66. - fixed a progress dialog update bug. The progress bar was not updated when traversing folders.
  67. - fixed a cause of numerous -50 paramErr problems. This was very noticable when using the FILE protocol.
  68. - fixed a memory corruption/crash bug when closing the last window to a site more than once.
  69. - improved "logical name" handling for VMS servers. You can now use "logicalname:" or "/logicalname:" via Goto Directory.
  70. - synced code from the debug build of NetFinder (ie missed it in release) to reduce the frequency of the "shutdown badly" dialogs.
  71.  
  72. You want more... wait for the next release.